home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / logrotate.d / apt next >
Encoding:
Text File  |  2011-04-15  |  173 b   |  17 lines

  1. /var/log/apt/term.log {
  2.   rotate 12
  3.   monthly
  4.   compress
  5.   missingok
  6.   notifempty
  7. }
  8.  
  9. /var/log/apt/history.log {
  10.   rotate 12
  11.   monthly
  12.   compress
  13.   missingok
  14.   notifempty
  15. }
  16.  
  17.